home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / misc / ctimer.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  2.0 KB  |  62 lines

  1. Short:    Exec:Signal,PutMsg,Wait delayed
  2. Author:   codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  3. Uploader: codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  4. Version:  1.00
  5. Type:     dev/misc
  6.  
  7.  ctimer.o 1.00
  8.  -------------
  9.  
  10.  ctimer.o   offers   you   functions   similar  to  exec/Signal(),
  11. exec/PutMsg() and exec/Wait() except that they are "timed".
  12.  That  means  that the PutMsg() or Signal() command will take part
  13. after a given time has passed by or that Wait() will wait for some
  14. signals only for a given time.
  15.  These  functions  are  useful  for  all operations that should be
  16. delayed  or shouldn't block your process forever (as a Wait() to a
  17. signal that never appears ;^)
  18.  
  19.  You can do the following:
  20.  
  21.  Inform sub-process to do anything after 10s:
  22.       ctimerPutMsg(Port,Msg,"timer",your_value * 10);
  23.  etc.
  24.  
  25.  Contents
  26.  --------
  27.  
  28.  LIB/ctimer.o      - object compiled using SAS/C
  29.  INCLUDE/ctimer.h  - include
  30.  HELP/ctimer.guide - amigaguide
  31.  ctimer.readme     - this file
  32.  
  33.  Installation
  34.  ------------
  35.  
  36.  See the appropiate chapter in the guide.
  37.  
  38.  Restrictions & copyrights
  39.  -------------------------
  40.  
  41.  Feel free to use & copy as long as you keep the archive unchanged
  42. and as long as you note in your docs that you used this archive.
  43.  Further infos see guide.
  44.  
  45.  Hans Buehler
  46.  - reports, flames and msgs always welcome.
  47.  
  48.  
  49. ============================= Archive contents =============================
  50.  
  51. Original  Packed Ratio    Date     Time    Name
  52. -------- ------- ----- --------- --------  -------------
  53.      632     274 56.6% 02-Sep-92 12:51:22  ctimer_dir.info
  54.     1319     682 48.2% 02-Sep-92 12:48:36 +ctimer.readme
  55.      492     257 47.7% 02-Sep-92 12:51:30 +ctimer.readme.info
  56.    34827    9426 72.9% 02-Sep-92 16:07:28 +ctimer.guide
  57.      468     225 51.9% 02-Sep-92 12:51:48 +ctimer.guide.info
  58.    10906    3515 67.7% 02-Sep-92 12:40:26 +ctimer.h
  59.     2304    1383 39.9% 02-Sep-92 12:41:32 +ctimer.o
  60. -------- ------- ----- --------- --------
  61.    50948   15762 69.0% 27-Apr-96 18:20:02   7 files
  62.